Week 9
Milestones
- Write nodejs script for api logic
- Integrate the nodejs script in the sunbird-admin-ui repo
- Added nodejs path to react-bulk-upload repo and write style for react-bulk-upload
Screenshots / Videos
Contributions
Learnings
Integrating different components and modules into a larger project . I experienced integrating a Node.js API into an existing repository (Sunbird Admin UI) and configuring a React project (React-Bulk-Upload) to work with it.
Understanding how HTTP communication works is vital for building web applications that fetch and display data from a server.
I learned how to create a basic Node.js application using a framework like Express.js and integrate API.